@charset "UTF-8";

/*重置bootstrap*/
.fl{float:left;}
.fr{float:right;}

* {
  padding: 0;
  margin: 0;
  font-family: "微软雅黑";
  box-sizing: border-box;
}

.ie-alert {
  display: none;
  background: #9f1515;
  font-size: 20px;
  padding: 10px 0;
  text-align: center;
  color: #fff;
}
 .word-bread{
 	word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
 }
body {
  overflow-x: hidden;
}
 .margin-bottom-30{
	margin-bottom:30px;
 }
img {
  max-width: 100%;
}
a{
color:#000;
}
a:hover, a:visited, a:checked {
  text-decoration: none;
}

a:hover {
  color: #fe6b01;
  text-decoration: none;
  -webkit-transition: color .4s ease;
  -moz-transition: color .4s ease;
  -o-transition: color .4s ease;
  transition: color .4s ease;
}
 blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 16px;
    border-left: 5px solid #eee;
	line-height:24px;
	color:#777;
}
ul, ol {
  list-style: none;
}

 .page-about{
	line-height:22px;
 }

/*重置php cms*/

.form-control, .input-text {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  color: #555;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  background-image: none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  font-size: 14px;
  line-height: 1.42857143;
}


/*nav*/

.navbar {
  min-height: 60px;
  margin-bottom: 0;
  border: 1px solid transparent;
}

.navbar-default {
  background-color: #f5f5f5;
}

.navbar-default .navbar-nav>li>a {
  color: #fe6b01;
}

.navbar-default .navbar-nav>li>a:hover {
  color: #fe6b01;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
  color: #fe6b01 !important;
  background-color: transparent;
  border-bottom: 2px solid #fe6b01;
}

.navbar-default .navbar-nav>li>a:hover {
  color: #fe6b01;
}

.navbar-default {
  border: none;
  background-color: transparent;
  font-size: 18px;
}
a.dropdown-toggle{
  border-bottom: 2px solid transparent;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
  color: #fe6b01;
  background-color: transparent;
  border-bottom: 2px solid #fe6b01;
}


.navbar-default li a:hover {
  color: #fe6b01;
  background-color: transparent;
  border-bottom: 2px solid #fe6b01;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 30px;
}
.dropdown li a:hover{
  border-bottom: none;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background: none;
}

.carousel-control.left {
  background: none;
}

.scroll-news {
  box-shadow: 2px 2px 2px #ccc;
}


/*常用css样式*/

.font-bold {
  font-weight: bold;
}

.text-white {
  color: #fff;
}

.text-black {
  color: #000;
}

.text-blue {
  color: #093EB6
}

.text-red {
  color: #b6092e;
}

.word-break {
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.padding-zero {
  padding: 0;
}

.margin-top-30 {
  margin-top: 30px;
}

#pages a, #pages span {
  border: 1px solid #e5e5e5;
  overflow: hidden;
  padding: 5px 10px;
}

#pages {
  clear: both;
  margin:25px 0;
}

#pages span {
  color: #fff;
  font-weight: bold;
  border: 1px solid #fe6b01;
  background-color: #fe6b01;
}

.dropdown-menu {
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}

.margin-top-10 {
  margin-top: 10px;
}


/*header*/

.header-p, .header h4 {
  margin-top: 15px;
}

#scrollUp {
  right: 10px;
  bottom: 20px;
  padding: 20px;
  color: #fff;
  background: #555;
}

#scrollUp:hover {
  -webkit-transition: background-color .4s ease;
  -moz-transition: background-color .4s ease;
  -o-transition: background-colorr .4s ease;
  transition: background-color .4s ease;
  color: #fff;
  background-color: #b6092e;
}


/*about*/

.about-title {
  background-color: #b6092e;
  color: #fff;
  font-size: 16px;
  padding: 10px 15px;
  letter-spacing: 1px;
  overflow: hidden;
}

.about-intro {
  line-height: 30px;
}

.all-company {
  line-height: 60px;
}

.all-company span {
  font-size: 18px;
}








/*NEWS*/

.news-list {
  overflow: hidden;
  margin-bottom: 40px;
  padding-top: 10px;
}

.news-title {
  margin-bottom: 15px;
  color: #2b3242;
  font-size: 24px;
  line-height: 40px;
}

.news-time h2 {
  margin: 0;
  margin-bottom: 5px;
  font-size: 46px;
}

.news-top {
  padding-left: 20px;
  border-left: 1px solid #e5e5e5;
}

.news-icon {
  overflow: hidden;
}

.news-describe {
  margin-top: 25px;
  padding-left: 20px;
  letter-spacing: 1px;
  color: #2b3242;
  font-size: 16px;
  line-height: 30px;
}
	  .show-news-title a{
	color:#fff;
}
.read-more {
  margin-top: 20px;
  padding-left: 20px;
}

.read-more .btn {
  padding: 3px 10px;
}

.show-news-title {
  overflow: hidden;
  width: 100%;
  padding: 20px 15px;
  background: #79bcf6;
  position: relative;
}

.show-news-title h3 {
  margin: 0;
}

.news-info {
  margin-top: 20px;
  font-size: 16px;
  line-height: 36px;
  letter-spacing: 1px;
}

.news-bread {
  position: absolute;
  top: 15px;
  right: 20px;
}

.next {
  line-height: 30px;
}

.show-news-title h3 {
  margin-bottom: 15px;
}

.bread {
  line-height: 30px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.border-right {
  border-right: 1px solid #e5e5e5;
}


/*suppermart*/

.button-box {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -35%;
  margin-top: -60px;
}

.button-box a {
  color: #fff;
}

.button-link {
  display: inline-block;
  position: relative;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  width: 70%;
  text-align: center;
  height: 120px;
  line-height: 120px;
  border: 1px solid rgba(255, 255, 255, .8);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  letter-spacing: 2px;
}

.button-link:hover {
  border: 1px solid rgba(254, 107, 1, 1);
}

.button-link .line {
  display: inline-block;
  background-color: #fe6b01;
  position: absolute;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

.button-link .line-top {
  height: 1px;
  width: 0;
  left: -50%;
  top: -6px;
}

.button-link:hover .line-top {
  width: 100%;
  left: 0;
}

.button-link .line-right {
  height: 0;
  width: 1px;
  top: -50%;
  right: -1px;
}

.button-link:hover .line-right {
  height: 100%;
  top: -4px;
  right: -1px;
}

.button-link .line-bottom {
  width: 1px;
  height: 0;
  bottom: -50%;
  left: -1px;
}

.button-link:hover .line-bottom {
  height: 100%;
  bottom: -6px;
}

.button-link .line-left {
  height: 1px;
  width: 0;
  right: -50%;
  bottom: -6px;
}

.button-link:hover {
  color: #fe6b01;
}

.button-link:hover .line-left {
  width: 100%;
  right: 0px;
}

.view-title {
  border-bottom: 1px solid #fe6b01;
  overflow: hidden;
  margin-bottom: 15px;
}
.view-title .col-xs-6{
  width:55%;
}

.view-title span {
  background-color: #fe6b01;
  color: #fff;
  padding: 15px 20px;
  float: left;
  font-size: 18px;
  letter-spacing: 1.5px;
}

.btn-warning {
  color: #fff;
  background-color: #fe6b01;
  border-color: #fe6b01;
}

.news-company {
  overflow: hidden;
  margin-bottom: 15px;
  font-size: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}

.news-company:last-child {
  margin-bottom: 0;
}

.news-company .col-sm-4 {
  color: #777;
  font-size: 12px;
}


/*积分查询integral*/

.integral {
  padding: 20px 0;
  overflow: hidden;
  background-color: #f5f5f5;
}

.integral-container {
  display: block;
  margin: auto;
}

@media(min-width:768px) {
  .integral input {
    width: 80% !important;
    border-radius: 17px;
    border: 1px solid #fe6b01;
  }
}


/*产品轮播*/

#flexisel {
  display: none;
}

.nbs-flexisel-container {
  position: relative;
  max-width: 100%;
}

.nbs-flexisel-ul {
  position: relative;
  width: 99999px;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  text-align: center;
}

.nbs-flexisel-inner {
  position: relative;
  overflow: hidden;
  float: left;
  width: 100%;
}

.flexisel-img {
  padding: 0 5px;
}

.nbs-flexisel-item {
  float: left;
  /*margin-right:15px;*/
  cursor: pointer;
  position: relative;
}

.nbs-flexisel-item img {
  max-width: 100%;
  cursor: pointer;
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
}

.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
  padding: 5px 10px;
  width: 50px;
  height: 90px;
  position: absolute;
  cursor: pointer;
  z-index: 4;
  top: 50%;
  margin-top: -45px;
}

.nbs-flexisel-nav-left {
  left: 10px;
  background-image: url(../images/left.png);
  background-repeat: no-repeat;
}

.nbs-flexisel-nav-left.disabled {
  opacity: 0.4;
}

.nbs-flexisel-nav-right {
  right: 5px;
  background-image: url(../images/right.png);
  background-repeat: no-repeat;
}

.nbs-flexisel-nav-right.disabled {
  opacity: 0.4;
}

.flexisel-img img {
  height: 180px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0;
}

.flexisel-name {
  background-color: #e5e5e5;
  line-height: 32px;
  font-size: 16px;
}

.footer {
  background-color: #f5f5f5;
}

@media(min-width:768px) {
  .footer p {
    padding-left: 15px;
  }
}

.line {
  width: 100%;
  height: 2px;
  background-color: #fe6b01;
  margin: 5px 0;
}

.copyright {
  background-color: #fe6b01;
  line-height: 36px;
  overflow: hidden;
  position:relative
}

.copyright a:hover {
  color: #fe010d;
  text-decoration: none;
  -webkit-transition: color .4s ease;
  -moz-transition: color .4s ease;
  -o-transition: color .4s ease;
  transition: color .4s ease;
}
.history-content{
	max-height:150px;
	overflow-y: scroll;
}
.banner-c{
	margin-bottom:15px;
}
#list-group-active{
	font-size:24px;
	line-height:36px;
}
.news-info img{
  display: block;
  margin: auto;
  height: auto !important;
}
  .product-container {
    position: relative;
    display: table;
    overflow: hidden;
    width: 100%;
    height: 200px;
    padding: 5px;
    text-align: center;
    border: 1px #e5e5e5 dashed;
}

.product-container a {
    display: table-cell;
    width: 100%;
    height: 200px;
    vertical-align: middle;
}

.product-name,.honor-name {
    border: 1px dashed #e5e5e5;
    margin-bottom: 15px;
    background-color: #f5f5f5;
    overflow: hidden;
    border-top: none;
    line-height: 30px;
    letter-spacing: 1px;
}

.product-container a img {
    max-width: 100%;
    max-height: 200px;
    margin: 0 auto;
}

@media(max-width:767px) {
  .fl{width:100%}
.fr{width:100%}

  .header{
    width:80%
  }
  .navbar{position:absolute;right:0;top:0; z-index: 1;}
    .product-container {
        height: 150px;
    }
    .product-container a {
        height: 150px;
    }
    .product-container a img {
        max-width: 100%;
        max-height: 150px;
        margin: 0 auto;
    }
    .footer{display: none;}
    .zz{
      position: absolute;
      right:0;
      bottom:0;
    }
    #scrollUp{padding:10px;background:rgba(85,85,85,.5)}
    .all-company{line-height: 30px;}
    .view-title span{padding:10px 20px}
    .navbar-collapse.in{background:#fff;}
}
   .shop-list{
    overflow: hidden;
    margin-bottom: 15px;
	padding-bottom:15px;
	border-bottom:1px dashed #e5e5e5;
  }
.page-about,.news-info,.pro-information{
	font-size:16px;
	line-height:32px;
	letter-spacing:.5px;
}